a.link-normal {
	color: #333;
}

a.link-normal:hover {
	text-decoration: none;
}

.page-showroom {
	color: #666;
	font-family:'Roboto', sans-serif;
	max-width:1100px;
	margin:auto;
}

.page-showroom a {
	font-weight: bold;
	text-decoration: underline;
}

.page-showroom a:hover {
	text-decoration:none;
}

.page-showroom h1,
.page-showroom .h1 {
	font-weight: bold;
	text-transform: uppercase;
	color:#344A5F;
	font-size:21px;
}

@media (min-width: 768px) {
	.page-showroom h1,
	.page-showroom .h1 {
		font-size: 29px;
	}
}

.page-showroom h1,
.page-showroom .h1,
.page-showroom h2,
.page-showroom .h2,
.page-showroom h3,
.page-showroom .h3,
.page-showroom h4,
.page-showroom .h4,
.page-showroom h5,
.page-showroom .h5 {
	font-family: 'Montserrat', Sans-serif;
	color: #344A5F;
}

.page-showroom h2 {
	font-size:18px;
	margin: 0;
	line-height:1.3;
	margin-top:5px;
	margin-bottom:10px;
}

/* August Promotion Banner */
.august-promo-banner {
	border-radius: 10px;
	margin: 20px 0 30px;
	padding: 20px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	background: #F4F4F4;
	border: 2px dashed #c2dbf3;
	position: relative;
}

.august-promo-banner::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 10px;
	border: 2px dashed transparent;
	animation: marchingAnts 2s linear infinite;
	pointer-events: none;
}

@keyframes marchingAnts {
	0% {
		border-top: 2px dashed #007FFF;
		border-right: 2px dashed transparent;
		border-bottom: 2px dashed transparent;
		border-left: 2px dashed transparent;
	}
	25% {
		border-top: 2px dashed transparent;
		border-right: 2px dashed #007FFF;
		border-bottom: 2px dashed transparent;
		border-left: 2px dashed transparent;
	}
	50% {
		border-top: 2px dashed transparent;
		border-right: 2px dashed transparent;
		border-bottom: 2px dashed #007FFF;
		border-left: 2px dashed transparent;
	}
	75% {
		border-top: 2px dashed transparent;
		border-right: 2px dashed transparent;
		border-bottom: 2px dashed transparent;
		border-left: 2px dashed #007FFF;
	}
	100% {
		border-top: 2px dashed #007FFF;
		border-right: 2px dashed transparent;
		border-bottom: 2px dashed transparent;
		border-left: 2px dashed transparent;
	}
}

.august-promo-banner .promo-content h2 {
	color: #007FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.august-promo-banner .promo-content p {
	color: #1E1E1E;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.4;
	text-wrap: balance
}

@media (min-width: 768px) {
	.august-promo-banner .promo-content p {
		font-size: 16px;
	}
}

.august-promo-banner .promo-disclaimer {
	font-style: italic;
	opacity: 0.9;
	font-size: 12px !important;
	margin-top: 8px !important;
}

@media (min-width: 768px) {
	.august-promo-banner .promo-disclaimer {
		font-size: 14px !important;
	}
}

.page-showroom .h4 {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	color:#76808a;
	max-width: 900px;
	margin: auto;
	font-size: 14px;
	line-height:1.4;
}

@media (min-width: 768px) {
	.page-showroom .h4 {
		font-size:18px;
	}
}

.page-showroom .holidayhours {
	text-align:center;
	margin-bottom:15px;
	border: 1px dashed #d0d0d0;
	padding: 15px;
}

.page-showroom .holidayhours .holiday-title {
	font-size:17px;
	margin-bottom:10px;
}

.page-showroom .holidayhours .status {
	font-weight:bold;
}

.page-showroom .holidayhours .holiday-date {
	margin:5px auto;
	display:block;
}

.page-showroom .holidayhours em {
	font-weight:bold;
}

.page-showroom .holidayhours .closed em {
	color: #BF3A2B;
}
.page-showroom .holidayhours .closed-half em {
	color: #E77E21;
}

.page-showroom .holidayhours .open em {
	color: #27AF60;
}

.showroom-contact {
	background: #2980B9;
	border-radius:5px;
	min-height: 300px;
	color:#fff;
	padding:15px 25px;
}

.showroom-contact h3 {
	font-size:14px;
	color:#AED6F1;
	margin:0 0 5px;
}

.showroom-contact a {
	color: #fff;
}

#map-canvas {
	border-radius:5px;
	border: 1px solid #ccc;
	height: 100%;
	min-height: 350px;
}

.page-showroom section {
	margin:20px 0;
}

.page-showroom section img {
	border-radius:5px;
	width:100%;
}

.showroom-header {
	text-align: center;
	margin:40px 0 30px;
}

.showroom-header p {
	max-width:700px;
	margin:auto;
}

@media (min-width: 768px) {
	.showroom-details {
		display: grid;
		grid-template-columns: 300px 1fr;
		grid-column-gap: 20px;
		align-items: stretch;
	}
}

@media (min-width: 768px) {
	.showroom-show-left {
		display: grid;
		grid-template-columns: 512px 1fr;
		grid-column-gap: 50px;
	}

	.showroom-show-right {
		display: grid;
		grid-template-columns: 1fr 512px;
		grid-column-gap: 50px;
	}
}

.showroom-content, .showroom-map {
	height:100%;
}

a.showroom-cta {
	display:inline-block;
	text-align: center;
	margin:0 auto 10px;
	background: #2ECC70;
	color: #eafff3;

	padding:10px 40px;
	border-radius:25px;
	text-decoration: none;
	border:2px solid #27AF60;
}

@media (min-width: 768px) {
	a.showroom-cta {
		font-size:21px;
	}
}

a.showroom-cta:hover {
	background: #27AF60;
}

.section-center {
	text-align: center;
}
